Q3ViewerGetPict
You can use theQ3ViewerGetPict
function to get a picture representation of the image currently displayed by a viewer object.
PicHandle Q3ViewerGetPict (TQ3ViewerObject theViewer);
theViewer
- A viewer object.
DESCRIPTION
TheQ3ViewerGetPict
function returns, as its function result, a handle to aPicture
structure that contains a representation of the image currently displayed by the viewer object specified by thetheViewer
parameter. You should callDisposeHandle
to dispose of the memory occupied by the picture when you're done using it.